Keywords
Keywords are used to define the structure of a program. All keywords are reserved words. So it's not possible to use a keyword as an identifier.
List of keywords
- include
- set
- anew
- if
- else
- fun
- return
- typeof
tip
All Keywords are case-sensitive.